object ProgressForm: TProgressForm Left = 200 Top = 108 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog ClientHeight = 106 ClientWidth = 278 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 20 Top = 32 Width = 237 Height = 13 Alignment = taCenter AutoSize = False Caption = '1' end object Button1: TButton Left = 100 Top = 68 Width = 75 Height = 25 Cancel = True Caption = '������' ModalResult = 2 TabOrder = 0 OnClick = Button1Click end end